projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ecdcd5
)
Don't precompute menu shortcuts during
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 27 Sep 2002 22:18:17 +0000
(22:18 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 27 Sep 2002 22:18:17 +0000
(22:18 +0000)
loading since the current keymaps might be all weird.
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index ab24889054fd786dd498d45b406872e8a13e0395..b4f9c751d90079192ad33e252c0eb73ea3de8c3b 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-4238,7
+4238,6
@@
It is removed when you hit any char."
(defconst edebug-mode-menus
'("Edebug"
- "----"
["Stop" edebug-stop t]
["Step" edebug-step-mode t]
["Next" edebug-next-mode t]
@@
-4342,8
+4341,6
@@
With prefix argument, make it a temporary breakpoint."
;; Epoch specific code was in a separate file: edebug-epoch.el.
(easy-menu-define edebug-menu edebug-mode-map "Edebug menus" edebug-mode-menus)
-
-(if (display-popup-menus-p) (x-popup-menu nil edebug-menu))
\f
;;; Byte-compiler